home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 December / macformat-031.iso / mac / Shareware City / Education / eaglegradebook3.0a folder / Change History next >
Encoding:
Text File  |  1995-08-29  |  4.8 KB  |  82 lines  |  [TEXT/ttxt]

  1. 95-08-29
  2.  
  3. Eagle GradeBook 3.0a contains the following changes since version 2.3f:
  4.  
  5.   [] Now supports attendance for a full year.
  6.   [] Any number of students, subjects, categories, and assignments.
  7.   [] Clicking on the name column heading will flip between displaying student's
  8.      name and student's ID.
  9.   [] Reworked the "Clear Gradebook" command. The user can now select what is to
  10.      be cleared. (students, subjects, categories, assignments, marks, grade
  11.      mappings, custom grades, passwords, attendance)
  12.   [] Added 'Load' command, which defines a new gradebook by reading in the text
  13.      file created with the 'Unload' command. (Used for code debug.)
  14.   [] Extensive work to add font control to the spreadsheets.
  15.   [] Changed 'AB' to "ABS' to indicate absences in the spreadsheet. This was
  16.      done because some school use custom grades [A AB B BC C CD D F].
  17.   [] Extended the student record to include a field for the phone.
  18.   [] 'Birthday' report was replaced with the 'Student Listing' report. The only
  19.      information missing from the birthday report was the student's phone. The
  20.      new report name is more appropriate and includes the phone.
  21.   [] Reworked the 'Student Grades' report to eliminate grid lines and to display
  22.      the report to the monitor (which can then be forwarded to the printer).
  23.   [] Added "Sort Assignments..." to the Assignment menu. The assignments may be
  24.      sorted by date or by category.
  25.   [] Allow this version of the program to load version 2.x gradebooks.
  26.   [] The special characters '[' and ']' are now used to allow a grade to be
  27.      given to the student but to treat it as excused. The grade is not used
  28.      in any calculations for any report. The brackets will be printed.
  29.   [] When a grade had special characters around it (braces, patenthesis) the
  30.      characters were not printed nor were they retained under all circumstances.
  31.      Fixed.
  32.   [] Added new command "Wrong Category" to the Assignment menu. This command
  33.      allows the assignment to be moved to a different category within the same
  34.      subject.
  35.   [] Part of the subject name was sometimes erased in the displayed spreadsheet.
  36.      This has been fixed.
  37.   [] The Progress Report can now be printed for one student, all students, or only
  38.      students with a computed grade less than a specified percentage in one or more
  39.      subjects.
  40.   [] The FrontSubject was not being set when a window became active. Fixed.
  41.   [] Only the starting date of the term is now requested and a full year is
  42.      defined by default.
  43.   [] When a student's birthday was not provided the code would put out a bad
  44.      date on reports. Now detect for absence of birthday and output a empty
  45.      string.
  46.   [] The Cover Page layout is some different when no student birthday was given.
  47.   [] Error message "Select a trimester" was changed to "Select Gradding period."
  48.   [] When the last cell in a column is modified and the return/entry key is
  49.      pressed, the code did not change the cell selection. This made it look like
  50.      the last entry may not have been accepted. Now when at the bottom of a
  51.      column and the return/entry key is prressed, the last cell is no longer
  52.      selected.
  53.   [] Moved student name over a little in the printed Attendance Chart.
  54.   [] The dialog for selecting a category had a fatal bug. Fixed.
  55.   [] Now look for parenthesis used in subject or category names and inform the
  56.      teacher they are not allowed.
  57.   [] Now look for "/" used in subject or category names and inform the
  58.      teacher it is not allowed.
  59.   [] When printing a spreadsheet of percentage the field was too far to the
  60.      left for values over 100.0. Moved all numbers closer to right edge of
  61.      cell.
  62.   [] Moved the text of the REMINDER statement on the Missed Work report over
  63.      to prevent text running together.
  64.   [] Now properly replace the disc and file names displayed in the upper right
  65.      corner of the spreadsheet when the Save As option is used.
  66.   [] Discovered that the program abruptly quits on some Macs when some reports
  67.      that compute grades find a subject without any assignments. Now check that
  68.      there are assignments before proceeding.
  69.   [] Major overhaul to always use long integers for pointer allocation. Even
  70.      though this was needed, the biggest problem is allocating the ROA. It
  71.      becomes the largest single allocation and causes problems.
  72.   [] Redid the ROA to now be an array of pointers to each student's record of
  73.      attendance. Testing works. Large classes with lots of assignments and
  74.      subjects may need to increase the code's memory size.
  75.   [] Version 3.0 was distributed for beta testing and a few early requestors.
  76.      Version 3.0a is the first official release of this major upgrade and will be
  77.     posted on America Online and the InterNet.
  78.  
  79. Rex Evans                           rexevans@aol.com
  80. 840 Oak Street
  81. Brentwood, CA 94513-1241
  82.